home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1994 October
/
Macformat17.cdr
/
Shareware City
/
HyperCard
/
hyper-extras-hc
/
HyperExtras
/
HyperExtras.rsrc
/
TEXT_3009_repHEXText.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-07-11
|
310 b
|
15 lines
global HEXInfo
if HEXInfo is empty then
answer "No info in global HEXInfo"
exit to hypercard
end if
put word 1 of HEXInfo into x
if there is a window x then
if the optionKey is down then
chooseHEX
else
set text of window x to HEXInfo
end if
else
chooseHEX
end if